type crypto/x509.rfc2821Mailbox

4 uses

	crypto/x509 (current package)
		verify.go#L254: type rfc2821Mailbox struct {
		verify.go#L262: func parseRFC2821Mailbox(in string) (mailbox rfc2821Mailbox, ok bool) {
		verify.go#L439: func matchEmailConstraint(mailbox rfc2821Mailbox, constraint string, excluded bool, reversedDomainsCache map[string][]string, reversedConstraintsCache map[string][]string) (bool, error) {
		verify.go#L700: 							return matchEmailConstraint(parsedName.(rfc2821Mailbox), constraint.(string), excluded, reversedDomainsCache, reversedConstraintsCache)